home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1996 June / Software of the Month Club 1996 June.iso / pc / os2 / htmlgen / read.me < prev    next >
Text File  |  1995-08-04  |  2KB  |  66 lines

  1. HTMLGen 1.10  A HTML Script Generator
  2.  
  3. File contains:
  4.   READ.ME - this file.
  5.   REGISTER.FRM - registration form.
  6.   FILE_ID.DIZ - information file.
  7.   HTMLGEN.EXE - the executable file.
  8.   HTMLGEN.ICO - an icon.
  9.   HTMLGEN.INF - viewable help file.
  10.   HTMLGEN.HTM - HTML version of help file.
  11.   HTMLGEN.MAC - HTML user-defined macro file.
  12.  
  13. There is no help file at this time.  We are working on it.
  14.  
  15. This is shareware. Please feel to pass around the ZIP file.
  16. And please register.
  17.  
  18.  
  19.  
  20. To place the program on your WPS Desktop use the following
  21. rexx script.
  22.  
  23.  
  24.   /* Place HTMLGen on Your Desktop */
  25.   rc = RxFuncAdd("SysLoadFuncs","RexxUtil","SysLoadFuncs")
  26.   rc = SysLoadFuncs()
  27.   rc = SysCreateObject("WPProgram","HTMLGen","<WP_DESKTOP>","exename="||directory()||"\htmlgen.exe")
  28.   rc = SysSetIcon(directory()||"\htmlgen.exe","htmlgen.ico")
  29.  
  30.  
  31. History of changes.
  32.  
  33. Version 1.10 Aug. 15, 1995
  34.  
  35. Added user-defined macro support.
  36. Added a backslash to the end of the special characters &. .
  37.  
  38. Version 1.05 Jan. 31, 1995
  39.  
  40. Corrected problem with data entry fields being too short or not usable.
  41.  
  42. Improved help.
  43.  
  44. Allowed both HTML script and IPF script screens to be re-sizable.
  45.  
  46. Version 1.04 Jan. 25, 1995
  47.  
  48. Corrected problem with files, i.e. your browser, being
  49. overlayed.
  50.  
  51. Enlargened field lengths.
  52.  
  53. Corrected problem with some tags.
  54.  
  55. Version 1.03 Jan. 21, 1995
  56.  
  57. Integrated Browser/Editor programs.  
  58.  
  59. Added INI file.
  60.  
  61. Improved IPF converter.
  62.  
  63. Version 1.02 Jan. 14, 1995
  64.  
  65. FIrst general release.
  66.